From 0deb38e51f4d7869512ddf5c80b21036325fc22f Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Wed, 2 Jul 2008 18:28:28 +0900 Subject: [PATCH] [IA64] removed an unused function, guest_forward_keyboard_input(). Signed-off-by: Isaku Yamahata --- xen/arch/ia64/xen/irq.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xen/arch/ia64/xen/irq.c b/xen/arch/ia64/xen/irq.c index c59338f390..133afc9aa1 100644 --- a/xen/arch/ia64/xen/irq.c +++ b/xen/arch/ia64/xen/irq.c @@ -523,9 +523,3 @@ void irq_exit(void) { sub_preempt_count(IRQ_EXIT_OFFSET); } - -// this is a temporary hack until real console input is implemented -void guest_forward_keyboard_input(int irq, void *nada, struct pt_regs *regs) -{ - vcpu_pend_interrupt(dom0->vcpu[0],irq); -} -- 2.30.2